Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_space
ctype_space
Check space characters
Name:
ctype_space
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check space characters
Related
Combined with database: record file hashing for subsequent verification
4
How to write a custom statistical function that supports multidimensional arrays
9
Why can't objects in an array be counted?
10
Differences in behavior of crypt() across versions of PHP
10
Similar Functions
ctype_punct
ctype_punct
Checkforprintablecha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_space
ctype_space
Checkspacecharacters
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_print
ctype_print
Checkprintablecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
Popular Articles